public interface CiscoTerminalProtocol
CiscoTerminalProtocol
event is a container for the
constants that define protocol types.Modifier and Type | Field and Description |
---|---|
static int |
PROTOCOL_CTI_REMOTE_DEVICE
This constant value returned by the getProtocol() interface on CiscoTerminal indicates that
the protocol type for the CiscoTerminal is CTI Remote Device.
|
static int |
PROTOCOL_NONE
This constant value returned by the getProtocol() interface on CiscoTerminal indicates that
the protocol type for the CiscoTerminal is not known or not available.
|
static int |
PROTOCOL_SCCP
This constant value returned by the getProtocol() interface on CiscoTerminal indicates that
the protocol type for the CiscoTerminal is SCCP.
|
static int |
PROTOCOL_SIP
This constant value returned by the getProtocol() interface on CiscoTerminal indicates that
the protocol type for the CiscoTerminal is SIP.
|
static final int PROTOCOL_NONE
CiscoTerminal
,
Constant Field Valuesstatic final int PROTOCOL_SCCP
CiscoTerminal
,
Constant Field Valuesstatic final int PROTOCOL_SIP
CiscoTerminal
,
Constant Field Valuesstatic final int PROTOCOL_CTI_REMOTE_DEVICE
CiscoTerminal
,
Constant Field Values